FileSelector

data class FileSelector(val requestCode: Int, val fileSelectorSettings: NavigationSpec.FileSelector.FileSelectorSettings) : NavigationSpec

Opens a File Selector

Parameters

requestCode

The request code added to the intent

fileSelectorSettings

The FileSelectorSettings used to configure the file selection

Constructors

Link copied to clipboard
constructor(requestCode: Int, fileSelectorSettings: NavigationSpec.FileSelector.FileSelectorSettings)

Types

Link copied to clipboard
data class FileSelectorSettings(val type: String, val allowMultiple: Boolean = false, val localOnly: Boolean = true)

Settings to configure the file selection criteria

Properties

Link copied to clipboard